home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 2000 July
/
Software of the Month - Ultimate Collection Shareware 274.iso
/
mac
/
MyABCD
/
GAMES.SWF
/
scripts
/
DefineButton2_443
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-10-24
|
239 b
|
16 lines
on(press){
if(letter == "25")
{
loadMovieNum("correct.swf",3,"GET");
object = "0";
}
else if(letter == "0")
{
object = "25";
}
else
{
loadMovieNum("wrong.swf",3,"GET");
}
}